home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
Le Casse Dents.swf
/
scripts
/
DefineSprite_90
/
frame_3
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
300 b
|
20 lines
if(Number(play) < 3)
{
gotoAndPlay(2);
}
else
{
if(Number(endgame) == Number(false))
{
tellTarget("/")
{
play();
}
}
if(Number(eval("/:endgame")) == Number(false))
{
setProperty("/ball", _visible, true);
}
gotoAndStop(1);
}